const bytes.maxInt

2 uses

	bytes (current package)
		buffer.go#L47: const maxInt = int(^uint(0) >> 1)
		buffer.go#L138: 	} else if c > maxInt-c-n {